google.golang.org/grpc.firstLine.client (field)

4 uses

	google.golang.org/grpc (current package)
		server.go#L1036: 			client:     false,
		stream.go#L409: 				client: true,
		trace.go#L58: 	client     bool // whether this is a client (outgoing) RPC
		trace.go#L75: 	if f.client {